home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2002 November
/
SGI Freeware 2002 November - Disc 3.iso
/
dist
/
fw_qt3.idb
/
usr
/
freeware
/
Qt
/
examples
/
action
/
application.doc.z
/
application.doc
Wrap
Text File
|
2002-04-08
|
699b
|
39 lines
/*
$Id$
*/
/*! \page qaction-application-example.html
\ingroup qaction-examples
\title A Complete Application Window with Actions
This example program is just like the application example,
but uses QAction to build the menu and the toolbar.
The QAction related part of the program is covered in
detail by the <a href="simple-application-action.html">
QAction application walkthrough</a> whilst the
<a href="simple-application.html">Simple application walkthrough</a>
deals with the rest.
<hr>
Header file:
\include action/application.h
<hr>
Implementation:
\include action/application.cpp
<hr>
Main:
\include action/main.cpp
*/